home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Graphics / Mac-Christmas / background_2780.txt < prev    next >
Text File  |  1988-02-11  |  1KB  |  62 lines

  1. -- background: 2780 from stack: in
  2. -- bmap block id: 3353
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=203 top=300 right=334 bottom=242
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 6460 / 6460
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Prev
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to previous card
  23. end mouseUp
  24.  
  25.  
  26. -- part 2 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=281 top=300 right=334 bottom=320
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 6179 / 6179
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Next
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   go to next card
  41. end mouseUp
  42.  
  43.  
  44. -- part 3 (button)
  45. -- low flags: 00
  46. -- high flags: 0000
  47. -- rect: left=241 top=300 right=338 bottom=282
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 20098 / 20098
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: Home
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   visual effect iris close
  59.   go home
  60. end mouseUp
  61.  
  62.